C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / C1ScheduleStorage Class / Export Method / Export(Stream,IList<Appointment>,FileFormatEnum) Method
A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
System.Collections.Generic.IList`1 to be exported.
The FileFormatEnum value.

In This Topic
Export(Stream,IList<Appointment>,FileFormatEnum) Method
In This Topic
Exports the appointments' data to a stream in the specified format.
Syntax
'Declaration
 
Public Overloads Sub Export( _
   ByVal stream As System.IO.Stream, _
   ByVal appointments As System.Collections.Generic.IList(Of Appointment), _
   ByVal format As FileFormatEnum _
) 
 

Parameters

stream
A System.IO.Stream object which specifies the stream into which the appointments's data will be exported.
appointments
System.Collections.Generic.IList`1 to be exported.
format
The FileFormatEnum value.
See Also